Skip to content

feat(highcharts): implement line-basic#504

Merged
github-actions[bot] merged 1 commit intoplot/line-basicfrom
auto/line-basic/highcharts
Dec 7, 2025
Merged

feat(highcharts): implement line-basic#504
github-actions[bot] merged 1 commit intoplot/line-basicfrom
auto/line-basic/highcharts

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements line-basic for highcharts library.

Parent Issue: #205
Sub-Issue: #485
Base Branch: plot/line-basic
Attempt: 1/3

Implementation

  • plots/highcharts/line/line-basic/default.py

Changes

  • Basic line plot implementation using LineSeries
  • Uses Python Blue color (#306998) from style guide
  • Proper axis labels (Time, Value) and title
  • Markers enabled on data points
  • Targets 4800x2700px resolution
  • PNG export via Selenium/headless Chrome

Implements the basic line plot specification for highcharts library.

- Uses LineSeries from highcharts-core
- Includes proper axis labels and title
- Uses Python Blue color (#306998) from style guide
- Targets 4800x2700 resolution as specified
- Exports to PNG via Selenium/headless Chrome
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2025

✅ Plot Tests Passed

Python 3.13 (required): passed

Compatibility: 3.12 3.13

Note: Only Python 3.13 is required to pass. Python 3.12 is tested for compatibility.

@claude claude bot added the ai-approved Quality OK, ready for merge label Dec 7, 2025
@github-actions github-actions bot merged commit 87b67c1 into plot/line-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/line-basic/highcharts branch December 7, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-approved Quality OK, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants